Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.elasticsearch.index.sequence.contrib--elasticSearchIndex

This contribution is part of XML component org.nuxeo.elasticsearch.index.sequence.contrib inside nuxeo-runtime-9.10.jar /Users/arnaud/Nuxeo/distrib/nuxeo-server-tomcat-9.10/nxserver/config/elasticsearch-sequence-index-config.xml

Extension Point

Extension point elasticSearchIndex of component ElasticSearchComponent.

Contributed Items

  • <elasticSearchIndex name="nuxeo-uidgen" type="seqId">
    
          <settings>
            {
            "mapping.single_type": true,
            "number_of_shards" : 1,
            "auto_expand_replicas" : "0-all"
            }
          </settings>
    
          <mapping>
            {
            "_source" : {"enabled": false},
            "_all" : {"enabled": false},
            "enabled" : false
            }
          </mapping>
    
        </elasticSearchIndex>

XML Source

<extension point="elasticSearchIndex" target="org.nuxeo.elasticsearch.ElasticSearchComponent">

    <elasticSearchIndex name="nuxeo-uidgen" type="seqId">

      <settings>
        {
        "mapping.single_type": true,
        "number_of_shards" : 1,
        "auto_expand_replicas" : "0-all"
        }
      </settings>

      <mapping>
        {
        "_source" : {"enabled": false},
        "_all" : {"enabled": false},
        "enabled" : false
        }
      </mapping>

    </elasticSearchIndex>

  </extension>